FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package rki.demis.common#2.0.0-alpha.1 (78 ms)

Package rki.demis.common
Type StructureDefinition
Id Id
FHIR Version R4
Source https://demis.rki.de/fhir/common/https://simplifier.net/resolve?scope=rki.demis.common@2.0.0-alpha.1&canonical=https://demis.rki.de/fhir/StructureDefinition/TransmittingSite
Url https://demis.rki.de/fhir/StructureDefinition/TransmittingSite
Version 2.0.0
Status active
Date 2024-06-18
Name TransmittingSite
Title Übermittlungsstelle
Experimental False
Realm de
Description Übermittlungsstelle
Type Organization
Kind resource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
http://fhir.de/StructureDefinition/address-de-basis Adresse, deutsches Basisprofil


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "TransmittingSite",
  "url" : "https://demis.rki.de/fhir/StructureDefinition/TransmittingSite",
  "version" : "2.0.0",
  "name" : "TransmittingSite",
  "title" : "Ãœbermittlungsstelle",
  "status" : "active",
  "date" : "2024-06-18",
  "description" : "Ãœbermittlungsstelle",
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "servd",
      "uri" : "http://www.omg.org/spec/ServD/1.0/",
      "name" : "ServD"
    }
  ],
  "kind" : "resource",
  "abstract" : false,
  "type" : "Organization",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Organization",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Organization.meta",
        "path" : "Organization.meta",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Organization.meta.profile",
        "path" : "Organization.meta.profile",
        "min" : 1,
        "max" : "1",
        "fixedCanonical" : "https://demis.rki.de/fhir/StructureDefinition/TransmittingSite",
        "mustSupport" : true
      },
      {
        "id" : "Organization.identifier",
        "path" : "Organization.identifier",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "system"
            }
          ],
          "rules" : "open"
        }
      },
      {
        "id" : "Organization.identifier:reportingSite",
        "path" : "Organization.identifier",
        "sliceName" : "reportingSite",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Organization.identifier:reportingSite.system",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Organization.identifier.system",
        "min" : 1,
        "fixedUri" : "https://demis.rki.de/fhir/CodeSystem/reportingSite",
        "mustSupport" : true
      },
      {
        "id" : "Organization.identifier:reportingSite.value",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Organization.identifier.value",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Organization.telecom",
        "path" : "Organization.telecom",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "system"
            }
          ],
          "rules" : "closed"
        }
      },
      {
        "id" : "Organization.telecom:phone",
        "path" : "Organization.telecom",
        "sliceName" : "phone",
        "mustSupport" : true
      },
      {
        "id" : "Organization.telecom:phone.system",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Organization.telecom.system",
        "min" : 1,
        "fixedCode" : "phone",
        "mustSupport" : true
      },
      {
        "id" : "Organization.telecom:phone.value",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Organization.telecom.value",
        "min" : 1,
        "constraint" : [
          {
            "key" : "validPhoneNumber",
            "severity" : "error",
            "human" : "Die Telefonnummer muss valide sein.",
            "expression" : "$this.matches('^[0+][0-9 \\\\-\\\\(\\\\)]{6,50}$')"
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Organization.telecom:fax",
        "path" : "Organization.telecom",
        "sliceName" : "fax"
      },
      {
        "id" : "Organization.telecom:fax.system",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Organization.telecom.system",
        "min" : 1,
        "fixedCode" : "fax",
        "mustSupport" : true
      },
      {
        "id" : "Organization.telecom:fax.value",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Organization.telecom.value",
        "min" : 1,
        "constraint" : [
          {
            "key" : "validFaxNumber",
            "severity" : "error",
            "human" : "Die Faxnummer muss valide sein.",
            "expression" : "$this.matches('^[0+][0-9 \\\\-\\\\(\\\\)]{6,50}$')"
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Organization.telecom:email",
        "path" : "Organization.telecom",
        "sliceName" : "email"
      },
      {
        "id" : "Organization.telecom:email.system",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Organization.telecom.system",
        "min" : 1,
        "fixedCode" : "email",
        "mustSupport" : true
      },
      {
        "id" : "Organization.telecom:email.value",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Organization.telecom.value",
        "min" : 1,
        "constraint" : [
          {
            "key" : "validEmailAddress",
            "severity" : "error",
            "human" : "Die E-Mail-Adresse muss valide sein.",
            "expression" : "$this.matches('^[a-zA-Z0-9._%+-]+@(?:[a-zA-Z0-9-]+[.])+[a-zA-Z0-9]{2,63}$')"
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Organization.address",
        "path" : "Organization.address",
        "type" : [
          {
            "code" : "Address",
            "profile" : [
              "http://fhir.de/StructureDefinition/address-de-basis"
            ]
          }
        ]
      },
      {
        "id" : "Organization.contact.telecom",
        "path" : "Organization.contact.telecom",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "system"
            }
          ],
          "rules" : "open"
        }
      },
      {
        "id" : "Organization.contact.telecom:phone",
        "path" : "Organization.contact.telecom",
        "sliceName" : "phone"
      },
      {
        "id" : "Organization.contact.telecom:phone.system",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Organization.contact.telecom.system",
        "min" : 1,
        "fixedCode" : "phone",
        "mustSupport" : true
      },
      {
        "id" : "Organization.contact.telecom:phone.value",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Organization.contact.telecom.value",
        "min" : 1,
        "constraint" : [
          {
            "key" : "validPhoneNumber",
            "severity" : "error",
            "human" : "Die Telefonnummer muss valide sein.",
            "expression" : "$this.matches('^[0+][0-9 \\\\-\\\\(\\\\)]{6,50}$')"
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Organization.contact.telecom:fax",
        "path" : "Organization.contact.telecom",
        "sliceName" : "fax"
      },
      {
        "id" : "Organization.contact.telecom:fax.system",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Organization.contact.telecom.system",
        "min" : 1,
        "fixedCode" : "fax",
        "mustSupport" : true
      },
      {
        "id" : "Organization.contact.telecom:fax.value",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Organization.contact.telecom.value",
        "min" : 1,
        "constraint" : [
          {
            "key" : "validFaxNumber",
            "severity" : "error",
            "human" : "Die Faxnummer muss valide sein.",
            "expression" : "$this.matches('^[0+][0-9 \\\\-\\\\(\\\\)]{6,50}$')"
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Organization.contact.telecom:email",
        "path" : "Organization.contact.telecom",
        "sliceName" : "email"
      },
      {
        "id" : "Organization.contact.telecom:email.system",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Organization.contact.telecom.system",
        "min" : 1,
        "fixedCode" : "email",
        "mustSupport" : true
      },
      {
        "id" : "Organization.contact.telecom:email.value",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode" : "normative"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode" : "4.0.0"
          }
        ],
        "path" : "Organization.contact.telecom.value",
        "min" : 1,
        "constraint" : [
          {
            "key" : "validEmailAddress",
            "severity" : "error",
            "human" : "Die E-Mail-Adresse muss valide sein.",
            "expression" : "$this.matches('^[a-zA-Z0-9._%+-]+@(?:[a-zA-Z0-9-]+[.])+[a-zA-Z0-9]{2,63}$')"
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Organization.contact.address",
        "path" : "Organization.contact.address",
        "type" : [
          {
            "code" : "Address",
            "profile" : [
              "http://fhir.de/StructureDefinition/address-de-basis"
            ]
          }
        ]
      },
      {
        "id" : "Organization.endpoint",
        "path" : "Organization.endpoint",
        "max" : "0"
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.